Skip to content

docs: document uv.lock packing and --nolock flag (#423)#1597

Merged
radu-mocanu merged 2 commits intomainfrom
docs/issue-423-pack-uvlock
Apr 30, 2026
Merged

docs: document uv.lock packing and --nolock flag (#423)#1597
radu-mocanu merged 2 commits intomainfrom
docs/issue-423-pack-uvlock

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

@radu-mocanu radu-mocanu commented Apr 28, 2026

Summary

  • document that uipath pack includes uv.lock in the .nupkg by default (creating it if missing) and explain the --nolock opt-out
  • add the same locking guidance under uipath push
  • spell out when to keep the lock (reproducibility, protection from breaking/malicious upgrades) vs when to use --nolock (latest patches within constraints, or non-uv projects)

Why

Fixes #423

the locking behaviour landed without any user-facing docs, so users had no way to learn what the flag does or when each mode makes sense.

radu-mocanu and others added 2 commits April 30, 2026 14:28
@radu-mocanu radu-mocanu force-pushed the docs/issue-423-pack-uvlock branch from 9c95f18 to bd1d35c Compare April 30, 2026 12:28
@radu-mocanu radu-mocanu enabled auto-merge (squash) April 30, 2026 12:28
@radu-mocanu radu-mocanu disabled auto-merge April 30, 2026 12:28
@radu-mocanu radu-mocanu merged commit 6143991 into main Apr 30, 2026
46 checks passed
@radu-mocanu radu-mocanu deleted the docs/issue-423-pack-uvlock branch April 30, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update uipath pack docs - uv.lock

2 participants